home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 6 / CinE CD ROM 06.iso / mac / Shared.Cst / 00111_Script_111 < prev    next >
Text File  |  1996-06-22  |  207b  |  10 lines

  1. on mouseUp
  2.   global gQTpresent, gscale
  3.   
  4.   puppetsound "click"
  5.   updatestage
  6.   if gQTpresent then
  7.     set gscale = 1
  8.     playquicktime_file "SEXY.MOV", "Interdit au moins de 18 ans..."
  9.   end if
  10. end